From Bright Pattern Documentation
ia2_discovery_tags
The ia2_discovery_tags table stores discovery results, tags, codes, and statuses for interactions.
Description of Data
The following table provides the column name, data types, and description for the ia2_discovery_tags table.
| Column Name | Data Type | Description |
| discovery_name | VARCHAR(255) NULLABLE - Indexed | Name of the discovery |
| tag | VARCHAR(255) NULLABLE - Indexed (BTREE) | Tag extracted by the discovery |
| discovery_status | ENUM NOT NULL | Discovery status, possible values:
|
| discovery_code | VARCHAR(255) NOT NULL | Code identifier for the discovery |
| historical_interaction_id | VARCHAR(36) NOT NULL - Indexed | Unique identifier of the conversation |